Good Reads Search Result
data class GoodReadsSearchResult( val title: String, val authors: List<String>, val url: String) : Serializable, CompilableToString
Content copied to clipboard
Results of a search in GoodReads (see GoodReadsLookup).
See also
Constructors
Link copied to clipboard
fun GoodReadsSearchResult( title: String, authors: List<String>, url: String)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Get the book metadata for this search result.
Link copied to clipboard
Should return the String representation of this class as a compilable snippet (can be copy-pasted into Kotlin code).
Properties
Link copied to clipboard
Link copied to clipboard
The URL to the book details, as shown in the search results. This URL can then be passed to GoodReadsMetadata.fromUrl to fetch the book's metadata.